home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 November / PSL Monthly Shareware CD-ROM (November 1993).iso / reviews / u1_11 < prev    next >
Encoding:
Text File  |  1993-08-13  |  27.8 KB  |  737 lines

  1. U1-11:  File View, Compare, Other
  2.  
  3.  
  4. ------------------------
  5. 1550 File View Utilities          Small Programs Disk
  6. ------------------------
  7.  
  8. Head2
  9.    Della, Marcos R.
  10.    $0
  11. displays a specified number of lines from either the beginning or end of a file
  12. or alternatively, all but the specified number of lines from the beginning or
  13. end of a file.  If a file has a few lines of garbage at the beginning, you can
  14. redirect the output of HEAD to a new file while deleting those garbage lines.
  15. Pascal source code is included.
  16.  
  17. List 7.7
  18.    Buerg, Vernon D.
  19.    $20-$30
  20. is a must have utility. It lets you read files on-screen, using the cursor keys
  21. to move back and forth through the file. That one-line description is like
  22. saying "The space shuttle is an aircraft." This is a powerful, multi-featured
  23. program in a small package. The DOC file is over 100k, and it contains no fat.
  24. Rather than take up a lot of space trying to describe all the features, we will
  25. just say "GET IT!"
  26.  
  27. Look120
  28.    Doctor Debug
  29.    $0
  30. allows viewing files of up to 120 columns wide with a standard CGA or EGA.
  31. Naturally, the text will be less legible, but we found it readable.  Note that
  32. this does not leave your system in a 120-column mode, it only lets you read text
  33. files in that mode.
  34.  
  35. Man
  36.    Rick, David L.
  37.    $?
  38. is a utility for searching for and reading documentation files on a hard disk.
  39. You can optionally specify a subdirectory or search path in the DOS environment.
  40. Example:  You are running a little DOS utility program named XYZ and need to
  41. refer to the documentation, you just type MAN XYZ and MAN will search the hard
  42. disk for the file XYZ.DOC and when found, display it, optionally using Vernon
  43. Buerg's LIST program.
  44.  
  45. Mouse Lister 2.1 (MOUSLST)
  46.    Yoder, Y. G. ASP
  47.    $6
  48. is a simple text lister with mouse support.
  49.  
  50. Note 1.1
  51.    Kaye, Bob
  52.    $0
  53. is a pop-up program that lets you scroll through a text file without leaving the
  54. program you are in.  Because it uses video RAM, it will not work on monochrome
  55. systems or other systems that lack the extra video RAM, as do some Tandy
  56. computers.  It did work fine on a VGA system at the PsL.  (res:3k)
  57.  
  58. Readme
  59.    Albanowski, Kenneth
  60.    $0
  61. is a simple utility for viewing those README files that come with software. It
  62. will show you a scrollable list of any files whose names start with READ. When
  63. you pick one, it will invoke an external file viewer, such as Vernon Buerg's
  64. LIST, to display the file on screen.
  65.  
  66. Scan
  67.    displays only the portion of a disk file made up of printable
  68. (alphanumeric) characters. We have a similar utility named FILTER in the
  69. library, but the fact that SCAN ignores sequences of less than four printable
  70. characters means that a lot more garbage is screened out for you. The purpose
  71. of SCAN is to search through downloaded programs for embedded messages like
  72. "Copyright IBM. Violators will be squashed." or "Arf. Arf. Got you."
  73.  
  74. Strings
  75.    Sampson, Steve and Lyall, Peter W., Jr.
  76.    $0
  77. displays all strings in a file consisting of a user-specified number of
  78. consecutive printable characters. This could be useful in looking for
  79. copyrights, version numbers or other text in program files.
  80.  
  81. TwoFiles (TWOFILE)
  82.    Smith, David
  83.    $0
  84. allows you to view two files at the same time and scroll the files up and down
  85. independently.
  86.  
  87. --------------------------------
  88. END OF SMALL PROGRAMS DISK #1550
  89. --------------------------------
  90.  
  91.  
  92. ---------------------------
  93. 2246 File View Utilities #2          Small Programs Disk
  94. ---------------------------
  95.  
  96. DblListr 1.03 (DBLLIST)
  97.   Bates, Stephen S.
  98.   $15
  99. lets you scroll and page through two files simultaneously.  The files will be
  100. displayed initially in two horizontal windows, each taking half the screen.
  101. Pressing V changes the screen to two vertical windows.  The display can be
  102. toggled to let either of the two take up two-thirds of the screen in either
  103. the vertical or horizontal display.  Other features include a Hex display and
  104. a text search function.  Note that the amount of each file displayed is
  105. limited to available memory, so you may get an ``End of File'' message when
  106. you know you are not at the end of the file.
  107.  
  108. Head
  109.    Simonson, John
  110.    $?
  111. is a UNIX-like utility that will display the first 5 lines (by default) of
  112. specified text files.  There are several switches that allow you to control the
  113. output.
  114.  
  115. NG_Clone 1.1 (NG_CLON)
  116.    Pederson, J. P.
  117.    $0
  118. reads, decrypts and displays the contents of database files in Norton Guide
  119. format. It can be run as either a resident program or non-resident file viewer.
  120. Pascal source code is included.
  121.  
  122. Ralph the Reader 2.0 (RALPH)
  123.    Kansys, Inc.
  124.    $10
  125. is a text file lister. It is not about to dethrone Vern Buerg's LIST, but it
  126. does have two distinctions:  it will read WordPerfect and WordStar files without
  127. conversion and it is designed to work for the blind user using a speech
  128. synthesizer.
  129.  
  130. Ram-Man 2.5
  131.    Smetana, Rob W.
  132.    $20
  133. is a 31k pop-up file viewer. It will let you view any length text file while
  134. running other text-based programs. In addition to moving through a file with
  135. the cursor keys, it will search for text.
  136.  
  137. Show
  138.    is a bare-bones file viewer.  It has none of LIST's numerous features
  139. except the ability to page or scroll back and forth through text files. Show's
  140. advantages are that it only takes 2k of disk space, and it is public domain.
  141. Assembler source code is included.
  142.  
  143. Tail
  144.    prints the last 10 lines of a file, by default, or you can specify as a
  145. positive integer the number of lines, characters or "blocks" from the start of
  146. the file to begin printing, or as a negative integer, the distance from the
  147. end of a file to print. The documentation refers to a "-f" option for which we
  148. could not figure out a use, but which didn't work anyway.
  149.  
  150. View 2.1 08-93 CD
  151.    Dibble, David M.
  152.    $0
  153. is a very small (1k) file viewing utility, ideal for inclusion on
  154. distribution disks. In fact, we include View on most of our disks.
  155. Assembly source code is included.
  156.  
  157. --------------------------------
  158. END OF SMALL PROGRAMS DISK #2246
  159. --------------------------------
  160.  
  161.  
  162. --------------------------------
  163. 3410 Self-Displaying File Makers          Small Programs Disk
  164. --------------------------------
  165.  
  166. AutoCom
  167.    REXXCOM Systems
  168.    $14
  169. converts text into self-scrolling COM files complete with multi-colored,
  170. animated (ascii) graphics.
  171.  
  172. MakeScroll (MAKESCR)
  173.    Gans, Eric
  174.    $0
  175. is a very simple utility to convert text files into self-displaying files.
  176. Unlike TXT2COM and ASC2COM, it has no screen scrolling features other than
  177. displaying "[More]" when the screen fills with text, but on the plus side, it
  178. adds less than 150 bytes to the file and it is free.
  179.  
  180. TEXE 2.0
  181.    Panda Studio Inc.
  182.    $30-$52
  183. converts any text file into a self-scrolling EXE file. It can convert files up
  184. to 2000 pages long. It provides support for Windows and for a mouse. It adds 15k
  185. to the text size. Also included is TEXEPOP, a pop-up text file viewer.
  186.  
  187. Txt2Com
  188.    Graham, Keith P.
  189.    $5
  190. lets you create self-scrolling COM files out of text files. Features include
  191. printing the text, converting the COM file back to a text file and the ability
  192. to use colors and to display a title on each screen. Function keys can be used
  193. to branch to parts of the file from an opening menu screen. The ability to
  194. make the file stay resident and to be able to pop it up while in other
  195. programs make this an easy way to create your own help files. Txt2Com also
  196. lets you search the file for specific text.
  197.  
  198. TXTRun
  199.    Sawada, Dr. Masaaki
  200.    $10-$20
  201. turns text files into COM files with pop up pages, the ability to run programs
  202. with a keypress, and more. This is like a cross between hypertext and a DOS menu
  203. program. Viewing boxes can be smaller than full-screen and moved about the
  204. screen by the user. Many other features are included.
  205.  
  206. The WriteMe System (WRITEME)
  207.    Sitting Duck Software
  208.    $45
  209. lets you create self-scrolling documents. Features include smooth scrolling, up
  210. to 250 colors, easy box drawing, up to 500 lines of text, and a "what you see is
  211. what you get" approach.
  212.  
  213. --------------------------------
  214. END OF SMALL PROGRAMS DISK #3410
  215. --------------------------------
  216.  
  217.  
  218. -----------------------------
  219. 0274 File Utilities, Other #1          Small Programs Disk
  220. -----------------------------
  221. 0274 Change Attributes
  222. ----------------------
  223. Alter 2.55a
  224.    Gavin, Bruce
  225.    $10
  226. allows you change change the attributes of files (hidden, read-only, read-write,
  227. system, etc.), as well as the system time and date stamps for files. We have
  228. seen many file attribute utilities over the years, but this is the best.
  229.  
  230. FDate 1.2b
  231.    Wollman, Garrett A.
  232.    $10
  233. resets files to a given date.  This utility has a multitude of options for
  234. choosing the date to set, such as in Hex, the Julian date, the current date
  235. minus N days, a specific day of the week's date, and more.
  236.  
  237. Touch
  238.    lets you change a file's time and date stamp to specified values. Alter
  239. will do the same, among other things, but Touch is free and Alter is
  240. shareware.
  241.  
  242. 0274 File Statistics
  243. --------------------
  244. Effic
  245.    measures the storage efficiency of any group of files on any floppy or hard
  246. disk supported by MSDOS. It returns a list of files with the number of
  247. clusters used, the number of non-contiguous clusters and a measure of the
  248. efficiency of storage as it will afect read/write performance. If all
  249. clusters are contiguous, the efficiency is rated as 100%. Otherwise, the
  250. efficiency is downgraded by the percentage of clusters that are
  251. non-contiguous.
  252.  
  253. Disktype
  254.    tells you how the specified disk is formatted (eg:  double-sided, 9
  255. sector). Faster than using CHKDSK.
  256.  
  257. Disk Space Usage 1.2 (DSU)
  258.    OED
  259.    $0-$5
  260. displays the amount of space required by a specified group of files on a hard
  261. disk (under DOS 2 or 3) or on a floppy and the number of 360k, 720k, or 1.44meg
  262. floppies it would take to hold the files.
  263.  
  264. 0274 Miscellaneous
  265. ------------------
  266. Bchange 1.1
  267.    DMA
  268.    $15
  269. is designed to change a string of bytes in either a text or a binary file.  The
  270. data to be changed can be specified in either string or hexadecimal form.
  271.  
  272. EPW 1.3
  273.    Farpoint Software
  274.    $20
  275. modifies an EXE or COM file so that it requires a password to execute. The
  276. program is extremely simple to use and is very effective.
  277.  
  278. ForAge 1.0A
  279.    Pinnacle Software
  280.    $0
  281. feeds the oldest or newest file from a group of files to a DOS command.
  282. It can be used for automatic backups or anywhere you want a program to
  283. process files in time and date order.
  284.  
  285. Generations 1.0 (GENERAT)
  286.    Competitive Edge Software
  287.    $10-$20
  288. makes it easy to keep track of and manage old versions (past "generations") of
  289. specified files. It copies the file to an aliased file name. At any time, you
  290. can quickly call up a listing of all the old versions on hand for any file,
  291. including file date, time, size, and your comments. Old versions are
  292. automatically deleted based on a specified number of backups desired, or you can
  293. manually delete specific backup versions.
  294.  
  295. RFile 1.13
  296.    McCormick, R.P. ASP
  297.    $7
  298. displays relative file size in a pie chart of all files from a selected
  299. directory. You can enter a directory name or extension such as *.TXT on
  300. the command line, or edit the directory name as displayed on the
  301. graphics screen.
  302.  
  303. Update 1.1 09-93 CD
  304.    Lindinger, John
  305.    $0
  306. makes it easy to update files on a hard disk. Update searches a
  307. specified path for a file matching the filespec. It compares its file
  308. date to the new one to see if the one that was found needs to be
  309. updated.
  310.  
  311. --------------------------------
  312. END OF SMALL PROGRAMS DISK #0274
  313. --------------------------------
  314.  
  315.  
  316. -----------------------------
  317. 2163 File Utilities, Other #2          Small Programs Disk
  318. -----------------------------
  319.  
  320. 2163 File Recovery
  321. ------------------
  322. Data Recovery Software 1.12SF (DRS)
  323.    Data Research Software
  324.    $20
  325. assists in the recovery of data from floppy disks that give you the "GENERAL
  326. FAILURE READING DRIVE A" message. It is designed to bypass DOS and move your
  327. drive head to each logical sector of the disk. It then converts the raw data
  328. found there to a form you can read. If information is on a disk and the disk
  329. will spin in your drive, this may help you get at it.
  330.  
  331. Diskette File Recover 1.01 (DFR)
  332.    Vitt, Mark
  333.    $0
  334. recovers files from a damaged disk.
  335.  
  336. UndelShell 1.10 (UNDLSHL)
  337.    Price, James H.
  338.    $20
  339. provides a user-friendly shell for the DOS 5 UNDELETE command. It displays a
  340. complete list of the recoverable files in a selected directory. You can scroll
  341. through the list, sort the list in various ways, and tag the file(s) to be
  342. recovered. (Not on this disk. Ask for disk #8735.)
  343.  
  344. Unerase
  345.    Gans, Eric
  346.    $?
  347. will un-delete files.  UNERASE should work on any disk up to 20 megs, or 30 if
  348. it has fewer than 12,800 blocks, which would be the case with a 4K block size.
  349. In case your deleted file is a text file, you have the option of viewing the
  350. doubtful blocks (those after the first) before accepting them back in the file.
  351.  
  352. 2163 Miscellaneous
  353. ------------------
  354. Clearfil 1.0
  355.    Sawada, Dr. Masaaki
  356.    $10-$20
  357. is a utility to completely clear files by first writing all 1's into the files
  358. followed by all 0's prior to deleting them so that no snooper utility can ever
  359. recover sensitive files. It will display and delete any read-only, hidden or
  360. system files. (Normally, deleting a file only changes the directory entry and
  361. the contents of the file are still on the disk until overwritten by an active
  362. file.)
  363.  
  364. Colorado Utilities Volume Labeler 1.0 (CUVL)
  365.    Micro System Solutions
  366.    $0
  367. automates diskette volume labeling.  (The "volume label" is the name you put
  368. on the disk when formatting it or when using DOS's LABEL command.)  With CUDL,
  369. you give a starting number and feed in disks.  The program will increment the
  370. number and record it on the next disk as the volume label.  Pascal source is
  371. included.
  372.  
  373. CV
  374.    lets you change volume labels.  Current versions of DOS let you do this
  375. now, but earlier versions did not.
  376.  
  377. Debug2
  378.    is a text file that tells you how to use DEBUG to find your way around a
  379. diskette or hard disk.  Its main purpose is to guide you in the event you need
  380. to unerase a file.
  381.  
  382. Diskpie 1.1
  383.    Kigar, Charles
  384.    $5
  385. displays a piechart of file space consumption by space, before or after a
  386. specified date, by directory or by whether a file is backed-up or not. It is
  387. Novell compatible.
  388.  
  389. Except
  390.    Cox, Doug
  391.    $0
  392. allows you to do a DOS function such as DIR, COPY, REN or DEL to all the files
  393. in the directory except a named file. Wildcards are supported.
  394.  
  395. FileType 1.5 (FILETYP)
  396.    Peterson, Cliff
  397.    $0
  398. attempts to tell you what kind of file a specified file is. It may seem a
  399. little silly when it tells you that it thinks that XYZ.EXE is an EXE file, but
  400. if you have files that have been renamed (possibly by downloading) or if you
  401. have a data file of uncertain origins, FileType can be most helpful. Other
  402. features include directory recognition and a large list of program
  403. identification types.
  404.  
  405. Ref Cards (REFCARDS)
  406.    $0
  407. is a pair of program reference cards, for List and for ArcMaster, created with
  408. Publish It!.
  409.  
  410. RNF 2.1
  411.    Eyer, Bob
  412.    $0
  413. adds designated characters to the end of all filename prefixes matching
  414. a specified filespec. You can automatically add a four-character date or
  415. time stamp, or a letter code of your choosing.
  416.  
  417. Shrink 1.0
  418.    Hanlin, Thomas G. III
  419.    $0
  420. compresses .COM files of up to 30k without afecting the way you run them. It
  421. does not work on all files and the amount of space saved will vary from 7% to
  422. 46%, depending on the program. It should not be used on any program that
  423. writes back to itself, such as LIST. Be sure to have a BACKUP of your file
  424. BEFORE USING SHRINK because if it does not run after Shrinking it, you cannot
  425. un-Shrink it.
  426.  
  427. ShutDown (SHUTDWN)
  428.    Smith, Dave
  429.    $0
  430. searches all drives for files opened today and copies them to a specified drive
  431. and directory.
  432.  
  433. StoreIt 0.02
  434.    Nordevald Software
  435.    $5
  436. is a version-tracking backup utility. When a file is copied to a backup, the
  437. name is changed to include either a sequence number or the current date.
  438. Optionally, the original file can be deleted. The backup file can be placed in
  439. the original directory or any other specified directory.
  440.  
  441. Swapname
  442.    lets you swap the names of two files, such as SWAPNAME TEST.OLD TEST.NEW.
  443.  
  444. UniqName
  445.    Halderman, Ty
  446.    $0
  447. lets you rename a one or a set of files to a unique name.  You can use wildcards
  448. aad list up to ten filespecs on the command line.  You can choose to change the
  449. file extensions to numbers starting with 000 or you you can have it change the
  450. names to the current date (eg: 890531) plus a unique letter.
  451.  
  452. WhatIs 1.2
  453.    Smith, J.E.
  454.    $5
  455. tells you if a file is an executable or not, which is useful if you have
  456. downloaded a file and didn't put an extension on it. It can also tell what
  457. compiler was used to create it, though we are not sure what you can do with that
  458. information. It will detect LZEXE-compressed files, as well.
  459.  
  460. WinSet 1.0
  461.    Sawada, Dr. M. & Associates
  462.    $10-$20
  463. keeps track of files that Setup programs copy to your hard disk. This comes in
  464. handy if you need to delete those files, which may be spread around anywhere. It
  465. works with both Windows and DOS Setup programs. It will also make a list of
  466. files opened or created and other changes to subdirectories by any software.
  467.  
  468. XEQ 1.4
  469.    Stearman, C.
  470.    $0
  471. lets you combine several of those small, useful, but disk-space-eating COM
  472. programs into one XEQ file from which you can run the programs. Keep in mind
  473. that this only works with programs with COM extensions, not EXE, and is of
  474. limited or no value with large programs. The point of XEQ is that a 200 byte COM
  475. file actually takes up disk space in the amount of whatever your drive's minimum
  476. allocation unit of disk space is, which could be as much as 8,000 bytes. By
  477. combining, even with 2k clusters, you could cram 10 of the 200-byte COM files
  478. into the space usually used by one.
  479.  
  480. --------------------------------
  481. END OF SMALL PROGRAMS DISK #2163
  482. --------------------------------
  483.  
  484.  
  485. -----------------------------
  486. 4131 Text File Search/Replace          Small Programs Disk
  487. -----------------------------
  488.  
  489. Findx
  490.    Castelli, Fulvio
  491.    $?
  492. gets around FIND's limitations by allowing you to search multiple files for
  493. matching text.  FINDX has lots of extra options, as well. (Not on this disk.
  494. Ask for disk #904).
  495.  
  496. Fgrep 1.71
  497.    Dunford, Christopher J.
  498.    $0
  499. is a VERY fast text search utility.  For example, another Search program in the
  500. library took over 15 seconds to locate specified text that took Fgrep less than
  501. 1 second.  (We have the other program available because it will also optionally
  502. Replace text.) This program also allows binary and binary-plus-text searches and
  503. lets you specify a file which contains a list of file names to be searched. File
  504. sharing support is also included.
  505.  
  506. Lookfor 3.2
  507.    Trafton, David L.
  508.    $15
  509. will search text files for words and phrases. We've rejected many pretenders
  510. to the FGREP throne, but if this one does not dethrone Chris Dunford's Fgrep,
  511. it at least gets an adjoining seat in our UTIL subdirectories at the PsL. It
  512. is not as fast as FGREP, taking 35 seconds to search 2.5 meg of text files for
  513. non-existing text compared to FGREP's 22 seconds, but it has two major
  514. advantages. The first is that AND and OR can be used to search for more than
  515. one word or phrase. The second is that when a match is found, you are shown
  516. the match with surrounding text in what turns out to be a file listing utility
  517. with which you can view the entire file. Fgrep still has a large number of
  518. options that LOOKFOR does not have, such as case-sensitive searches, but
  519. LOOKFOR's options make it very valuable to have around too.
  520.  
  521. MaxFind 2.3
  522.    Peters, Stanley C.
  523.    $15
  524. is another challenger to the FGREP "text search utility" throne. It comes up
  525. short on speed. A search that took Fgrep 24.6 seconds to complete took MaxFind
  526. 41.5 seconds. However, MaxFind has some nice features that Fgrep does not
  527. have: it will search for up to 15 strings on one pass; it will perform and/or
  528. searches; it will search an entire hard disk; and like Fgrep, it allows for
  529. inexact spelling and wild cards in the search string.
  530.  
  531. Query Text (QTEXT)
  532.    Myslinski, Steve
  533.    $0
  534. lets you ask questions about information in a text file and displays relevant
  535. parts of the file. For example, using the file U1-09 from PsL's Reviews Disks,
  536. we asked: "What will park the heads on my hard disk?" and it displayed the
  537. line that says Njpark "quickly PARKS the read-write HEADS of all HARD disk
  538. drives attached to the system." (Emphasis added by Qtext.)
  539.  
  540. Once a passage is located, you can scroll the file at that point to read more or
  541. continue the search or quit. The program is fast, well-designed, and makes good
  542. use of screen colors.
  543.  
  544. Search (SRCH-AH)
  545.    Hill, Art
  546.    $?
  547. will search files for up to five strings of text and optionally replace them
  548. with other specified text.  A new feature allows a list of files to be searched
  549. to be specified by the user.
  550.  
  551. SeekEasy 7.07 (SEEKEZ)
  552.    Correlation Systems
  553.    $40
  554. is a fuzzy-logic text finding program. It searches a file, directory, hard disk,
  555. or CD-ROM for a close match of requested text. Exact wording or spelling of the
  556. text is not required for finding information. After the items are found, you can
  557. scroll through and view the file and mark text to be printed or saved to disk.
  558.  
  559. Seeker 3.0
  560.    Pliable Products
  561.    $18
  562. finds text in a file, directory tree, or fixed disk fast. When text is found,
  563. you can optionally bring up the document in your editor.
  564.  
  565. SNR 5.31b 08-93 CD
  566.    Lundin, Thomas A.
  567.    $50
  568. is a multistring text search and replace filter. Non-text files can also be
  569. processed, since the program allows the definition of hex values in a search
  570. and replace equation. Up to 50 equations can be entered into an SNR table,
  571. each of which can be 140 characters in length (70 on the search side, and 70
  572. on the replacement side).
  573.  
  574. --------------------------------
  575. END OF SMALL PROGRAMS DISK #4131
  576. --------------------------------
  577.  
  578.  
  579. ---------------------------
  580. 4768 Text Search/Replace #2          Small Programs Disk
  581. ---------------------------
  582.  
  583. Context 1.0
  584.    Avni, Haim
  585.    $30
  586. provides a fast search across files, directories and drives for words, patterns,
  587. file-name patterns in any logical combination. Matching files may be browsed,
  588. edited or processed by the appropriate application. It has fast incremental
  589. index updating and hypertext context-sensitive help.
  590.  
  591. Convert-All 2.08s (CNVTALL)
  592.    Arrow Connection
  593.    $20
  594. can find and replace in a file up to 100 items at once. It also performs
  595. conditional replacements, alternating replacements, upper and lower-case
  596. conversions, and several types of deletions. Wildcards are supported.
  597.  
  598. Srch 1.06
  599.    Pawski, Miles
  600.    $10
  601. searches for text/character strings in any type of file and shows matches in
  602. 70 character line fragments with highlighted matches. It searches any file
  603. including binary and ASCII files, whole directories, or a whole disk. You can
  604. use it in batch files and output results to files.
  605.  
  606. TSR 2.0 (TSR-MV)
  607.    Vitt, Mark
  608.    $10
  609. is a text search and replace utility for any size or type of file. It will even
  610. search and replace inside ZIP-ed files (PKZIP required).
  611.  
  612. --------------------------------
  613. END OF SMALL PROGRAMS DISK #4768
  614. --------------------------------
  615.  
  616.  
  617. AutoRead 2.0 [AUTOREAD] 09-93 CD
  618.    Grigg, David R.
  619.    $30
  620.    #12469
  621. is a file viewing utility for large files. In addition to letting you move
  622. around the file with the cursor keys, it will automatically index the files,
  623. search for keywords, find text option, remove duplicates and automatically set
  624. up chapter markers based on your specification of repeating text (eg: if every
  625. chapter heading is underlined with a string of "=" marks). A pull-down menu
  626. guides you through the program options. Unlike other text file indexing/viewing
  627. programs, you do not have to modify the files before using the program on them.
  628.  
  629.  
  630. Compare!
  631.    Mosher, Kim
  632.    $25
  633.    #4349
  634. is a file comparison utility. It filters whitespaces such as tabs and line
  635. feeds, case, and user defined text and groups of text. You can strip the high
  636. bits from WordStar type files.
  637.  
  638. You can also save and restore the current status of your comparison; copy, print
  639. and append files or marked blocks from a file; edit and delete files; shell to
  640. DOS; find specific text in either or both files; find the last difference or
  641. scroll back through the last 50 differences; go to a specific byte location and
  642. return DOS error code.
  643.  
  644.  
  645. FileBuddy 3.03
  646.    Dean, Lenard  ASP
  647.    $20
  648.    #4944
  649. is a combination text, archive, and image file viewer. A file and
  650. directory window lets you easily select files and change directories
  651. with a keypress or mouse click. Archives are viewed by linking to the
  652. popular archive utilities such as PKZip press of a key. BIF, GIF, PCX,
  653. and TIF image files can be viewed and between formats. Images can be
  654. printed on an HP LaserJet or compatible printer.
  655.  
  656. Other features include support for LHA, PAK, ZIP, dBASE, GIF89a, 24-bit
  657. TIF, and TARGA files; DOS and archived file deletion; support for ATI's
  658. Wonder XL and TSENG/Sierra HiColor 32,768 color video adapters for
  659. 24-bit images; word-wrapping; the ability to view embedded archive files
  660. up to 5 levels deep; multiple archived file tagging for extraction;
  661. multiple key searches; image processing, cropping, and zooming; the
  662. ability to view images in slide-show format; and much more.
  663.  
  664.  
  665. FileStat 1.04
  666.    Solid Oak Software
  667.    $43
  668.    #4793
  669. monitors file activity on your hard disk. It records files used, number
  670. of accesses and last access date. It also generates a list of unused
  671. files. FileStat can be of great assistance in identifying unused files
  672. to clear off your hard disk, files that need backing up, and files added
  673. by programs that you want to delete.
  674.  
  675.  
  676. GoodLook
  677.    Dove, John L. III
  678.    $15
  679.    #7061/0894
  680. lets you compare two files a line at a time.  One file scrolls up the screen
  681. from the middle and the other scrolls down the screen from middle, so the
  682. lines you are comparing from each file appear one above the other for easy
  683. comparison.  Goodlook has lots of features to make the comparison even easier.
  684.  
  685.  
  686. Sherlock
  687.    Bauernschub, John P. Jr. ASP
  688.    $20 each
  689.    #7061/2897
  690. compares two ASCII (text) files line by line. Also included is Disklist, which
  691. prints disk sleeve inserts showing directory contents.
  692.  
  693.  
  694. Asc2Com 2.05
  695.    MorganSoft ASP
  696.    $25
  697.    #7477/1928
  698. will convert a plain text file to a self-scrolling COM file, just like the
  699. -DIRLIST.COM file on our Monthly Additions Disks. TXT2COM is a similar program
  700. that has a few more features, but ASC2COM-created files take less disk space.
  701. Features include mouse support, colors, the ability to mark individual text
  702. lines with color, and replace characters for the Taglnes. The program has a pull
  703. down menu approach.
  704.  
  705.  
  706. Peruse
  707.    Falk Data Systems ASP
  708.    $0
  709.    #7477/2832
  710. is a file reader that allows you to view multiple files of any size in ASCII
  711. text or hex formats. Peruse features text search, block and printing
  712. capabilities, mouse support, and a pop-up DOS shell. It is DESQview aware. You
  713. can also load it as pop-up that uses as little as 7k of DOS RAM by swapping to
  714. EMS or a hard disk, which is ideal for keeping the documentation file for a
  715. program handy while you run the program.
  716.  
  717.  
  718. Quick Help & Quick Text
  719.    Olsen, J. W.
  720.    $10
  721.    #7477/2447
  722. is for preparing help screens or manuals for users. QHELP automatically formats
  723. screen or printer output from a menu-driven environment. QTEXT is for simpler
  724. applications and converts text files to self-scrolling files.
  725.  
  726.  
  727. Visage Lite
  728.    Document Image Development Corp.
  729.    $99
  730.    #4352
  731. scans, stores, keeps track of, displays, and prints document images, using an HP
  732. ScanJet for scanning. As a ScanJet driver, it takes as little as 9k.
  733.  
  734. ]]]]]
  735.  
  736.  
  737.